fix(bug #3785): adresses ssl wrong version error when pointing to rest https end…#5
fix(bug #3785): adresses ssl wrong version error when pointing to rest https end…#5Johnaius wants to merge 1 commit intoopenebs:rust_mayastorfrom
Conversation
| match certificate { | ||
| None => { | ||
| let mut http = hyper_tls::HttpsConnector::new(); | ||
| let mut http = hyper::client::HttpConnector::new(); |
There was a problem hiding this comment.
Haven't looked at this connections for a while so pardon my lack of understanding here, but what is the difference here, using the HttpConnector?
|
@Johnaius we're moving away from this repo, and keeping the templates on the control-plane repo itself, see: openebs/mayastor-control-plane#879 |
|
@tiagolobocastro I searched the slack but couldn't find any discussion regarding this change and curious to hear the reasons? I saw that you've been working on the paperclip repo for a bit and just wanted to ask if this has been the plan all along and the thought process behind it. |
|
Sure, I can give you some back history as well. |
Issue 3785
This PR address "wrong version number" error when using tls to communicate with api-rest.