cybex-dev / twilio_voice

Flutter Twilio Voice Plugin
https://twilio-voice-web.web.app/
MIT License
39 stars 80 forks source link

Error outputting keys and certificates #178

Closed yazanturk closed 11 months ago

yazanturk commented 11 months ago

create a certification on Apple developer (VoIP Services) and export as certification.p12 when executing the code openssl pkcs12 -in certification.p12 -nokeys -out sandbox_cert.pem -nodes

this is the output Error outputting keys and certificates 00530DDF01000000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto/evp/evp_fetch.c:341:Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()

I am using a MacBook pro

cybex-dev commented 11 months ago

This isn't a Flutter twilio_voice issue, but I'll try to assist where I can

Have you seen this?

yazanturk commented 11 months ago

@cybex-dev Thank you It Work

cybex-dev commented 11 months ago

Wonderful, I close the ticket.