Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setSSLCertMode missing 'legacy' as valid parameter #2912

Closed
keithdmoore opened this issue Feb 1, 2019 · 0 comments
Closed

setSSLCertMode missing 'legacy' as valid parameter #2912

keithdmoore opened this issue Feb 1, 2019 · 0 comments

Comments

@keithdmoore
Copy link
Contributor

I'm submitting a ... (check one with "x")
[X ] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or https://ionicworldwide.herokuapp.com/

Current behavior:
Unable to user method: setSSLCertMode to set mode to 'legacy' which was recently added to the http plugin.

Expected behavior:
Would not get a TS compile error when setting cert mode to 'legacy'

Steps to reproduce:
try this.http.setSSLCertMode('legacy');

Related code:

 this.http.setSSLCertMode('legacy'); 

Other information:

Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):

insert the output from ionic info here
keithdmoore added a commit to keithdmoore/ionic-native that referenced this issue Feb 1, 2019
danielsogl pushed a commit that referenced this issue Feb 14, 2019
* Add 'legacy' as valid option to setSSLCertMode

Fixes #2912

* Add 'legacy' to params for setSSLCertMode

* Update index.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant