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

getting compilation error with the example https_post_sim7600 #99

Closed
Manojkumar0308 opened this issue Jul 23, 2024 · 5 comments · Fixed by #100
Closed

getting compilation error with the example https_post_sim7600 #99

Manojkumar0308 opened this issue Jul 23, 2024 · 5 comments · Fixed by #100

Comments

@Manojkumar0308
Copy link

  |             domain_name

c:\Users\Acer\Documents\Arduino\libraries\GovoroxSSLClient\src\ssl__client.cpp:1099:11: error: expected ';' before 'san_str'
1099 | string san_str((const char*)san->buf.p, san->buf.len);
| ^~~~~~~~
| ;
c:\Users\Acer\Documents\Arduino\libraries\GovoroxSSLClient\src\ssl__client.cpp:1100:15: error: 'san_str' was not declared in this scope
1100 | transform(san_str.begin(), san_str.end(), san_str.begin(), ::tolower);
| ^~~~~~~
c:\Users\Acer\Documents\Arduino\libraries\GovoroxSSLClient\src\ssl__client.cpp:1117:13: error: expected ';' before 'common_name_str'
1117 | string common_name_str((const char*)common_name->val.p, common_name->val.len);
| ^~~~~~~~~~~~~~~~
| ;
c:\Users\Acer\Documents\Arduino\libraries\GovoroxSSLClient\src\ssl__client.cpp:1119:22: error: 'common_name_str' was not declared in this scope; did you mean 'common_name'?
1119 | if (match_name(common_name_str, domain_name_str)) {
| ^~~~~~~~~~~~~~~
| common_name

Copy link

The following fields are missing: Description, Steps to Reproduce, Expected Behavior, Actual Behavior, Environment, IDE. Please update the issue with this information.

@RobertByrnes
Copy link
Collaborator

Hi @Manojkumar0308 I about to make the release for version 1.3.1 which 'should' fix the issue you were having. Please try this new version.

@Manojkumar0308
Copy link
Author

Manojkumar0308 commented Jul 24, 2024 via email

@RobertByrnes
Copy link
Collaborator

For PlatformIO I think it will be there within the our usually. For Arduino IDE anytime up to about 24 hours...

@Manojkumar0308
Copy link
Author

Manojkumar0308 commented Jul 24, 2024 via email

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

Successfully merging a pull request may close this issue.

2 participants